home *** CD-ROM | disk | FTP | other *** search
- #ifndef __HELP_H_ // This help system is not the part of the library but only the tool
- #define __HELP_H_ // It will be changed in the next release
-
- #include "hypview.h"
-
- extern HypertextView* help_object; // help object
-
- void help(char* help_context); // Draws the window with help
-
- #endif __HELP_H_
-